runtime.immortalWeakHandle.ptr (field)

4 uses

	runtime (current package)
		mheap.go#L2653: 	ptr      uintptr                 // &ptr is the weak handle
		mheap.go#L2661: 	return (*atomic.Uintptr)(unsafe.Pointer(&h.ptr))
		mheap.go#L2691: 				newNode.ptr = p
		mheap.go#L2701: 		if n.ptr == p {